home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / role / gsnband.lha / GSNband203 / gsnfaq.txt < prev   
Text File  |  1999-12-23  |  11KB  |  220 lines

  1.  
  2. Q: So what is that GSNband game I keep hearing about?
  3.  
  4. A: GSNband is my own attempt to enhance ZAngband, a well-known Angband clone
  5.    by Topi Ylinen and Robert Ruehlmann, with a number of features and
  6.    breakthrough additions (like the ARCN, see below). As it were, I also
  7.    went from a state of C illiteracy to a decent command of that language
  8.    (but not the details of each operating system I happen to use) while
  9.    working on the game.
  10.  
  11. Q: You don't mind if I'm misspelling the name, do you?
  12.  
  13. A: Well, I do. The rule is that the first three letters are upper- and the
  14.    remaining four lowercase. The first part is an acronym (initials) and
  15.    should not be lowercased. The second part should not be uppercased to
  16.    avoid the impression of having something to do with music.
  17.    
  18.    GSNband is pronounced /geh-seh-nband/, with the last syllabe close
  19.    to the English word (although it derives, in fact, from Sindarin).
  20.    
  21.    Why isn't it called GSNAngband? Probably because that name would be too
  22.    long, but also to avoid suggesting that the name of Angband is my
  23.    creation.
  24.  
  25. Q: What is the legal status of GSNband?
  26.  
  27. A: GSNband is free software; it can be distributed according to the rules
  28.    laid long ago by Robert A. Koeneke for his (U)Moria game. See version.txt
  29.    in the ../lib/help directory for details (free distribution for non-
  30.    commercial purposes providing the copyright notices are retained
  31.    throughout the game). Source code should be made available together
  32.    with any compiled binaries, but this isn't strictly mandatory.
  33.    
  34.    If you plan to put GSNband on a cover CD-ROM or similar wide-range
  35.    medium, please inform me in advance. You DO NOT have to ask me for
  36.    permission, but it's polite anyway. Same rules apply if you write a
  37.    review of GSNband and put it in printed press or on a Web page.
  38.  
  39. Q: Can I modify GSNband?
  40.  
  41. A: Yes, but if you make any significant changes, please distribute this
  42.    as your own variant (with the provisions regarding copyright applying
  43.    as above). You MAY distribute changed info files, quest definitions,
  44.    and anything that is easily editable without need for the source code;
  45.    please note, however, where the files come from.
  46.    You may use ideas and algorithms found in the game, both those deriving
  47.    from me and from previous layers. You may use the actual code providing
  48.    you do not strip those -GSN- marks found in comments.
  49.    
  50. Q: Why is GSNband so slow?
  51.  
  52. A: GSNband is a complex and complicated game; the sources take well over 4 MB
  53.    of code. Game speed is comparable to ZAngband's, since the inside engine
  54.    is virtually the same. On Intel platforms, you'd probably need at least
  55.    8 MB to play at decent speed; lower values might work for you, but there's
  56.    no guarantee. The CPU should be a 486 or better; 386 (DX models only) is 
  57.    supported, but probably works awfully slow.
  58.    
  59.    For the Acorn port, you need at least 5 MB of memory (4 for a squeeze).
  60.    For Amigas, 2 MB seems to be the absolute minimum.
  61.    
  62.    If you notice that the game is greatly slowed by wilderness generation,
  63.    you can use the vanilla-like town option at startup. It also has
  64.    an impact on your final score.
  65.    
  66. Q: Why are there no tiles? They used to be there in previous releases.
  67.  
  68. A: The reason is that I added a lot of monsters which do not have tiles.
  69.    This makes gameplay weird, especially if you have a mixed group of
  70.    tiled and non-tiled monsters.
  71.    
  72.    Another reason is that I'm not a big fan of the tiles - as they stand
  73.    now. The 8x8 tiles are not even worth considering. The 16x16 tiles
  74.    by Adam Bolt are somewhat better, and actually playable if you strain
  75.    your sight a lot, but the colours are too sombre and some monsters
  76.    do not differ quite well. Also, their scaling is horrible.
  77.  
  78.    Nb. if you're playing on a platform other than Intel, you might have
  79.    tiles available; providing this a courtesy of the person who
  80.    compiled the binary. I can offer no help/advice with whatever
  81.    problems you might have due to their work.
  82.  
  83. Q: Shouldn't GSNband take place in Beleriand?
  84.  
  85. A: Yes, it should (if you dispense with the inconsistent storyline and
  86.    cast of characters). The problem is that the maximum size for
  87.    the wilderness is not known with any certainity, nor is their
  88.    impact on memory requirements. 20x20 wilderness is probably the
  89.    safest we can get; anything larger would drastically increase memory
  90.    consumption, meaning less people can play the game. And it is rather
  91.    hard to squeeze the whole Beleriand in a 20x20 grid.
  92.  
  93. Q: Ok, so what's that world there in the game?
  94.  
  95. A: A fictional one. It has no name (neither has ZAngband's; it does not
  96.    pretend to be Amber). The idea is to have 2-3 bigger towns with
  97.    quests and several small villages scattered around which do not have
  98.    all the buildings (you start in one, for example). More towns will
  99.    be added as the game develops.
  100.  
  101.    Of course if you don't like the wilderness you can play the old
  102.    vanilla-like town (sadly, it is non-random)
  103.  
  104. Q: What's the ARCN? Why isn't it in the binary game?
  105.  
  106. A: Automatic Roman Character Numeration, or ARCN, is a system which
  107.    keeps track of the descendants your original named character has
  108.    spawned (as shown by the number of subsequent deaths), and appends
  109.    a Roman numeral each time a new character of that name is created.
  110.    Changing the name resets the counter.
  111.    
  112.    The ARCN isn't part of the binary releases of GSNband, because I
  113.    don't want people to get annoyed at the game putting weird stuff
  114.    in the characters' names for them. If you want to use ARCN, you
  115.    probably know how to compile the game anyway; #define ARCN in
  116.    config.h to include it in the game. Nb. non-Intel compilers of
  117.    the game might have done this for you, so direct any protests
  118.    to them.
  119.  
  120. Q: How is the score calculated?
  121.  
  122. A: Basic score is calculated as experience + level_score * max_lvl, where 
  123.    level_score is the average level difficulty generated, and max_lvl is
  124.    the deepest level reached.
  125.    
  126.    Then the basic score is multiplied by a percentage factor which is 
  127.    calculated as follows:
  128.    
  129.    * For each mutation, -10% (exception beastmen and CW), up to -80%
  130.    * If using maximize mode, -10%
  131.    * If using preserve mode, -15%
  132.    * If using vanilla town, +30%
  133.    * If using hard quests, +30%
  134.    * If allowing small levels, +20% (if always generating small levels,
  135.      add 50% instead)
  136.    * If allowing arena levels, +10%
  137.    * If allowing unfair monsters, +50%
  138.    * If autoscumming, -50%
  139.    * If monsters are behaving stupidly, -50%
  140.    * Monster AI options are worth 20% each if on
  141.    * If using damageable items, +20%
  142.    * If using damageable artifacts, +120% (greater risk)
  143.  
  144.    If sum of the above would fall below 5%, 5% is used instead.
  145.    
  146.    Finally, if you're playing Ironman, the final score is doubled.
  147.    
  148.    (the highest score multiplier you can get is therefore 340%; it will
  149.     give the inital score of about 170 for someone who has just entered
  150.     the dungeon. Similar results of 100-300 points depending on race and
  151.     class are obtained with ADOM)
  152.     
  153.    Finally, the cost of all identified and non-storebought items the
  154.    character is carrying, divided by 10, is added. Items possessed at
  155.    the start of the game are considered storebought.
  156.  
  157. Q: My wrists hurt a lot when playing the game. Should I take precautions?
  158.  
  159. A: Yes, you should. Repetitive strain on wrists (which results from a badly
  160.    placed keyboard, for example) can lead to serious injury of the wrist
  161.    ligaments called the Carpal Tunnel Syndrome. If you feel your wrists
  162.    are strained, here is an exercise posted by Jason Maskell in 
  163.    rec.games.roguelike.angband which might help:
  164.  
  165.    ``Hold your arms out horizontally, make a fist, and then point
  166.    the fist towards the floor, as much as you can. This will
  167.    stretch one sides tendons. Hold for 5 seconds. Then make a
  168.    flat hand and hold it level with your arm, hold for 5 seconds.
  169.    Now splay your fingers and attempt to make your hand point
  170.    toward the ceiling (this one is hard, so don't push it too
  171.    much). You should feel your tendons stretching. Repeat this a
  172.    few times. Take frequent breaks and do this if it starts to hurt
  173.    a little bit. I was sliding very fast towards CTS and this
  174.    corrected it.''
  175.  
  176. Q: (for Polish readers) Czy jest jakas dokumentacja po polsku?
  177.  
  178. A: Nie ma. Wychodze z zalozenia ze kazdy kto chce sie bawic w roguelike
  179.    zna angielski na tzw. poziomie. Tlumaczenie dokumentacji i listy zmian
  180.    za kazdym razem gdy cos jest dodawane strasznie wydluzyloby czas pracy
  181.    nad gra. Nie mowiac juz o tym ze sporo ficzerow i innych elementow
  182.    Angbandowego slangu trudno oddac po polsku.
  183.  
  184. Q: What are the future expansion plans?
  185.  
  186. A: It is hard to tell. I'm trying to keep a balance between a standard
  187.    vanilla-like game and a CRPG close to ADOM. I'm much for the former
  188.    style; however, vanilla bores me after a while with its monotony.
  189.    OTOH Angband evolved into a complex scenario with plots and NPCs would
  190.    be a denial of the very core of the game and probably not fun either.
  191.    
  192.    Things scheduled to be done sometime include, in no particular order:
  193.    
  194.    * (Some sort of) skill system, with some skills being useful in dungeon 
  195.      only, some in wilderness, and some in both
  196.    * More types of quests, eg. "escort a friendly creature", "find a
  197.      specific item", "deliver an item to somewhere", "sack rival
  198.      town/village"
  199.    * Thematic dungeon levels. Towns in dungeons. Real shops and shopkeepers 
  200.      (very, very hard to balance due to easy escape means available)
  201.    * Varied terrain in vaults + more types of terrain. Improving f_info
  202.      to eliminate need for macros defining terrain characteristics
  203.    * Throwing out the seventy-five Half-foo races and adding some
  204.      interesting ones (but NOTHING overly weird). 
  205.    * Small dungeon levels should have less monsters created, no groups etc.
  206.      (needs making the MIN_M_ALLOC_LEVEL constant into a variable)
  207.    * Messages which tell the player what to expect on the level (tie
  208.      this to perception skill?)
  209.    * More slays and other egos. Ego items should probably be rarer and
  210.      quest rewards should not be a guaranteed ego item
  211.    * More inventory slots like braces, girdles, kneecaps? (note problems 
  212.      with equippy chars)
  213.    * Bags, boxes and other containers?
  214.    * Multiple dungeons? (note that this moves the game dangerously towards
  215.      CRPG)
  216.    * Random non-wieldable items with spell activations? (requires universal 
  217.      'spell index')
  218.    * Books (small booklets as opposed to large tomes) to learn spells from? 
  219.      Or maybe skills?
  220.